home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / magazine / psion / utils / cmdp.lzx / cmdp.txt < prev   
Text File  |  1995-03-16  |  5KB  |  103 lines

  1. Read-me for CMDP.IMG
  2. ====================
  3.  
  4. CMDP.IMG is a copy of Psion's DOS-like "Command Processor" application
  5. from the ROM of the WorkAbout (a new industrial/ corporate hand-held
  6. computer).
  7.  
  8. CMDP was written primarily as an aid to developers working on the
  9. WorkAbout itself.  For example, CMDP will interpret any autoexec.btf
  10. file found on the WorkAbout on system start-up.  However, CMDP will
  11. also run on an S3a, and it has many features that might make it
  12. attractive to general computer-literate owners of S3a's.
  13.  
  14. CMDP accepts commands typed in by the user, or from *.BTF batch
  15. files.  These commands allow file maintenance, machine customisation,
  16. machine monitoring, process control, and lots more besides.
  17.  
  18. CMDP also has a menu bar, but this basically just duplicates features
  19. available in other S3a apps (such as Time), and so is less likely to
  20. be of interest to S3a users.
  21.  
  22. CMDP features a full command line editor to recall and edit previously
  23. entered commands.  The display screen supports both Zoom and Wrap.
  24.  
  25. Users can type "HELP" to see a brief listing of the commands known to
  26. CMDP.  Or type eg  "HELP SET" for more details of a given command
  27. (such as "SET").
  28.  
  29. Full documentation on the Command Processor is available in the file
  30. CMDPDOC.ZIP, which should be available from the same source as you
  31. obtained this file.  CMDP.DOC (a W4W2 file) is actually a chapter
  32. from one of Psion's SDKs.
  33.  
  34. Sorry, CMDP won't run on an S3 classic.
  35.  
  36. ================================================================
  37.  
  38. In the remainder of this read-me, I'll just list a few reasons I
  39. personally find CMDP useful, together with some observations on which
  40. parts of CMDP.DOC do not apply for CMDP.IMG running on an S3a.
  41.  
  42. Where CMDP.DOC tells users to press Shift-Esc, S3a users simply press
  43. the Help key.  (There's no room for a dedicated Help key on the more
  44. restricted WorkAbout keyboard.)  Likewise, just use the standard task
  45. keys, instead of trying to switch tasks using Psion-Tab (as works on
  46. the WorkAbout).  Finally, although Psion-Ctrl-Del resets the
  47. WorkAbout, it has no such efect on an S3a.  (To improve its dustproof
  48. qualities, and for other reasons, the WorkAbout has no reset hole.)
  49.  
  50. CMDP has features to control a backlight, and a "special keyboard";
  51. these have no effect on an S3a.  CMDP also offers a choice of serial
  52. ports, to use with Remote Link; on an S3a, only port A will be
  53. accepted.
  54.  
  55. CMDP.DOC describes an opening screen allowing developers to choose
  56. between a system screen interface and the command processor
  57. interface; clearly, this does not happen on the S3a.  (That's because
  58. the two machines have very different "shell" programs, ie the
  59. sys$shll.img processes.)
  60.  
  61. As for my personal notes on using CMDP on my S3a:
  62.  
  63. I often find the FILES command useful.  Thus FILES A: lists all
  64. processes that have got files open on A:.  The output from FILES
  65. ROM:: can also be interesting.
  66.  
  67. The SET command allows users to view and even update the environment
  68. variables on the S3a.  Needless to say, you oughtn't to modify one of
  69. these variables unless you are really confident you know what you're
  70. doing!
  71.  
  72. The batch file handling in CMDP is reasonably sophisticated, as you
  73. can see if you look at some of the examples given in CMDP.DOC.
  74.  
  75. There's a (hidden) command REASON, mainly intended for use within
  76. Psion (that's why Help doesn't list it), giving a numerical code for
  77. the reason for the last time (if any) the machine reset.
  78.  
  79. Note that the STOP command just sends a terminate message to apps,
  80. rather than an "exit" message as used by the S3a System Screen.  So
  81. you can end up losing unsaved data if you use this to stop apps.
  82.  
  83. You can even use KILL TIME to get your machine into a state you would
  84. never normally reach (since the S3a itself has no facility to allow
  85. you to kill Time).  This example isn't that helpful, but there are
  86. cases when KILL LINK (or KILL SYS$NCP) may be a life saver.
  87.  
  88. Last but not least, DIR \xxx /s can be a life saver too - for when
  89. you know you've copied a file somewhere onto a drive, but can't
  90. remember exactly where.
  91.  
  92. ================================================================
  93.  
  94. Product Development at Psion will be interested to hear of people's
  95. experiences in using CMDP.  Any comments placed eg on the Psion
  96. conference on CIX will be read (sooner or later).  If your comment is
  97. WorkAbout-specific, use the psion/workabout topic; if it's just
  98. general chatter, use the psion/chatter topic; otherwise use your own
  99. common sense!
  100.  
  101. These notes written by: David Wood, 16th March 1995.
  102. ----------------------------------------------------
  103.